testing.common.level (field)

15 uses

	testing (current package)
		benchmark.go#L829: 			level:   b.level + 1,
		fuzz.go#L310: 				level:     f.level + 1,
		fuzz.go#L524: 						level:     root.level + 1,
		fuzz.go#L610: 			level:     root.level + 1,
		match.go#L89: 	if c != nil && c.level > 0 {
		testing.go#L659: 	level      int       // Nesting depth of test or benchmark.
		testing.go#L779: 			if c.level > 1 {
		testing.go#L2080: 			level:      t.level + 1,
		testing.go#L2140: 			level:      t.level + 1,